Welcome![Sign In][Sign Up]
Location:
Search - BP matlab

Search list

[AI-NN-PRbp

Description: 神经网络bp算法源代码,各个部分的包括函数逼近,函数定义等的功能-Bp neural network algorithm source code, the various parts, including function approximation, function definition function
Platform: | Size: 16384 | Author: ye | Hits:

[AI-NN-PRBP

Description: BP算法 给定一个由N维向量X组成的集合,这些向量将是一个响应agent的感知处理单元计算出的特征向量。这些分量的值可以是数值,也可以是布尔值。这些动作也许是学习者所观察到的一个教师对一组输入的响应。这些相关的动作有时称为向量的“标号”或“类别”。集合与响应的标号组成“训练集合(training set)”.机器学习问题就是寻找一个函数。-BP algorithm given by the N-dimensional vector X composed of a collection, these vectors will be a response to the perceived agent processing unit eigenvector calculated. These components can be numerical values may also be a boolean value. These movements may be observed by the learner, a teacher of a group of input response. These related actions are sometimes referred to as Vector s labeling or category. Collection with the label in response to form a training set (training set) . Machine learning problem is to find a function.
Platform: | Size: 1024 | Author: 张志丹 | Hits:

[AI-NN-PRVC++BP

Description: 本程序是BP算法的演示程序, 其中的Levenberg-Marquardt算法具有实用价值. 一、网络训练 程序默认状态是样本训练状态,现将样本训练状态下的如何训练网络进行说明: 1.系统精度: 定义系统目标精度,根据需要定义网络训练误差精度.误差公式是对训练出网络的输出层节点和实际的网络输出结果求平方差的和. 最大训练次数: 默认为10000次,根据需要调整,如果到达最大训练次数网络还未能达到目标精度,程序退出. 3.步长: 默认为0.01,由于采用变步长算法,一般不需人工设置. 4.输入层数目: 人工神经网络的输入层神经元的节点数目. 5.隐含层数目: 人工神经网络的隐含层神经元的节点数目. 6.输出层数目: 人工神经网络的输出层神经元的节点数目. 7.训练算法: 强烈建议选取Levenberg-Marquardt算法,该算法经过测试比较稳定. 8.激活函数: 不同的网络激活函数表现的性能不同,可根据实际情况选择. 9.样本数据的处理: 由于程序没有实现归一化功能, 因此用来训练的样本数据首先要归一化后才能进行训练.
Platform: | Size: 344064 | Author: starboy_2nd | Hits:

[AI-NN-PRBP

Description: 基于梯度下降的BP神经网络参数学习算法.-Gradient descent-based BP neural network learning algorithm parameters.
Platform: | Size: 1024 | Author: hanbin | Hits:

[AI-NN-PRBP

Description: 严格按照BP网络计算公式来设计的一个matlab程序,对BP网络进行了优化设计-In strict accordance with the BP network computing formula to design a matlab program, the optimized BP network design
Platform: | Size: 2048 | Author: | Hits:

[Windows DevelopMatlab

Description: LDPC校验矩阵生成、高斯消去法编码、BP译码程序,可以作为自己编写LDPC编译码程序的参考。因为matlab代码效率不高,所以这个程序仿真起来比较慢.-LDPC check matrix generation, Gaussian elimination coding, BP decoding procedure can be used as its own procedures for the preparation of LDPC codec reference. Because matlab code efficiency is not high, so this process is relatively slow simulation together.
Platform: | Size: 8192 | Author: 李枫 | Hits:

[Special EffectsBP

Description: BP神经网络做曲线拟合,BP网络应用于曲线二次拟合-BP neural network to do curve fitting, BP network used in curve fitting quadratic
Platform: | Size: 1024 | Author: 刘颖 | Hits:

[AI-NN-PRBP

Description: BP神经网络用于函数拟合与模式识别的Matlab示例程序-BP neural network for function fitting and pattern recognition procedures Matlab Example
Platform: | Size: 4096 | Author: 黄传波 | Hits:

[Graph Recognizebp

Description: 我写的用bp网络进行数字识别的程序,数字是用画图工具化的-I write with bp network digital identification procedures, the number of drawing tools is the
Platform: | Size: 164864 | Author: yuanyuan | Hits:

[AI-NN-PRBP

Description: BP神经网络代码,用于故障诊断,包括了归一化处理和网络参数选择-BP neural network code for the fault diagnosis, including the normalized processing and network parameters
Platform: | Size: 1024 | Author: rachel | Hits:

[AI-NN-PRbp

Description: bp神经网络在人口预测上的应用,可以根据前几年的人口数值预测出以后的人口数值-bp neural network prediction in the population on the application, based on previous years, the population of numerical prediction of the future value of the population
Platform: | Size: 7168 | Author: 杨卓 | Hits:

[VC/MFCNN-BP

Description: 众所周知,MATLAB是一个功能强大的数学软件,擅长于用矩阵运算完成各种数学功能。但是其程序需要在MATLAB环境下解释执行,效率不高。如果能将它强大的函数库用于C语言,利用C来编译执行,MATLAB将能发挥更大的作用。所以,MATLAB从5.0开始已经提供了与外部C/C++程序的应用程序接口,为利用C语言调用MATLAB的函数提供了可能。-As we all know, MATLAB is a powerful mathematical software, specializes in the completion of matrix operations with mathematical functions. However, its procedures need to explain the implementation of MATLAB environment, efficiency is not high. If it can be a powerful function library for C language, using C to compile the implementation, MATLAB will be able to play a greater role. Therefore, MATLAB has been provided from the 5.0 to start with the outside C/C++ Process application programming interface for the use of C language function calls MATLAB possible.
Platform: | Size: 2048 | Author: rolandwen | Hits:

[AI-NN-PRBP-forecast

Description: 一个很好的bp神经网络预测程序实例,有较好的预测精确性-Bp a good example of neural network forecasting process, a better prediction accuracy
Platform: | Size: 1024 | Author: lili | Hits:

[Windows DevelopBP

Description: 利用MATLAB实现的BP网络,没有利用MATLAB的函数,而是自己编写实现-Use MATLAB to achieve the BP network, did not make use of MATLAB function, but to prepare themselves to achieve
Platform: | Size: 4096 | Author: 陈摇 | Hits:

[Mathimatics-Numerical algorithmsbp.pso

Description: 标准BP神经网络算法程序:动量BP算法程序:% 调用 TRAINGDX 算法训练 BP 网络 粒子群优化神经网络源程序-The standard BP neural network algorithm procedure: momentum BP algorithm procedure: TRAINGDX called BP network training algorithm particle swarm optimization neural network source code
Platform: | Size: 11264 | Author: 依然 | Hits:

[matlabbp

Description: 柴油机故障诊断改进型bp算法的matlab程序,相关学生可以-Diesel Engine Fault Diagnosis Improved bp algorithm matlab procedures related to students
Platform: | Size: 66560 | Author: 周志远 | Hits:

[AI-NN-PRbp

Description: 很好的bp神经网络预测模型,很好有,有结果的拟合等-Good bp neural network prediction model, there is very good, the results of the fitting, etc.
Platform: | Size: 2048 | Author: 朱涛 | Hits:

[AI-NN-PRPSO-bp-MATLAB8026

Description: 利用PSO训练BP神经网络的MATLAB源码-PSO training using BP neural network MATLAB source
Platform: | Size: 8192 | Author: ekin | Hits:

[Algorithmbp.example

Description: 采用动量梯度下降算法训练BP网络,采用两种训练方法,即 L-M 优化算法(trainlm)和贝叶斯正则化算法(trainbr),用以训练 BP 网络-Gradient descent algorithm using momentum BP network training, using two training methods, namely, LM optimization algorithm (trainlm) and Bayesian regularization algorithm (trainbr), to facilitate the training of BP network
Platform: | Size: 3072 | Author: 闫薇 | Hits:

[AI-NN-PRoptimize-BP-with_GA

Description: 使用遗传算法对BP网络权值阈值进行优化的matlba源代码-matlab code for bpga
Platform: | Size: 2048 | Author: felixscape | Hits:
« 1 2 34 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net